stateless protocol meaning in English
无国界的协议
Examples
- But how does the servlet container track clients that are communicating over a stateless protocol such as http
但是servlet容器如何跟踪通过无状态协议(如http )通信的客户机呢? - The protocol used by web is http . based on the review of operation course , it is indicated that http is a stateless protocol
Web使用的通信协议是http ,通过分析该协议的工作过程,文中揭示了http是无状态的协议。 - Essentially , jsf is much closer to a true mvc programming environment than the model 2 architectures , although it s still a stateless protocol
本质上, jsf比model 2架构更加接近于真正的mvc编程环境,尽管它仍然是一种无状态的协议。 - Whereas model 2 is geared towards a stateless protocol http , jsf supports a richer mvc model , a much closer approximation of a traditional gui application
尽管model 2连接到一个无状态协议http ,但是jsf支持更加丰富的mvc模型这是传统gui应用程序更加紧密的近似。 - Http is a stateless protocol , meaning that your web server treats each http request for a page as an independent request ; the server retains no knowledge of variable values used during previous requests
Http是一种无状态协议,这意味着您的web服务器将对页面的每个http请求当作独立的请求进行处理;服务器不保留与先前请求所使用的任何变量值有关的信息。